@charset "UTF-8";
/* CSS Document */
*{margin:0;padding:0;font-family:'黑体';}
img{border:none;vertical-align:middle;max-width: 100%}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td,a,b,em,i,strong,html,article,aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{margin:0;padding:0;}  /*内外边距为0*/
table{border-collapse:collapse;border-spacing:0;background: transparent;} /*表格合并边框*/
fieldset,img{border:0;}   /*将分组后的form元素边框，图片边框设置为无*/
address,caption,cite,code,dfn,em,th,var,i{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
input,textarea{-webkit-user-select:text;-ms-user-select:text;user-select:text;-webkit-appearance:none;font-size:1em;line-height:1.5em;}
input,select,textarea{outline:none;border:none;background:none;}
a{outline:0;cursor:pointer;*star:expression(this.onbanner=this.blur());color:#333;}
a:link,a:active,a:hover{text-decoration:none;}
a:visited{text-decoration:none;}
a{text-decoration:none;-webkit-touch-callout:none;}
em,i{font-style:normal;}
li,ol{list-style:none;}
.clearfix:before,.clearfix:after,.container:before,.container:after,.container-full:before,.container-full:after,.row:before,.row:after,.nav:before,.nav:after,.navbar:before,.navbar:after {
	display:table;
	content:" ";
}
.clearfix:after,.container:after,.container-full:after,.row:after,.nav:after,.navbar:after {
	clear:both
}
.container{
	width: 1200px;margin: auto;
}
.clearfix { *zoom:1; }
.clear{clear:both;height:0;font-size:0;line-height:0;visibility:hidden; overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
html {
	font-family: "Helvetica Neue",Helvetica, sans-serif;
	/*谷歌浏览器字体最小字体12px*/
	-webkit-text-size-adjust: 100%;/*100%/none 关闭字体大小自动调整功能*/
	/*a标签及拥有 :active伪类的元素有默认的高亮框*/
	-webkit-tap-hightlight-color: transparent;
}
body{
	overflow-x:hidden;
	/*开启moblie网页快速滚动和回弹的效果*/
	-webkit-overflow-scrolling: touch;
	font-size: 12px;
	color:#333;
}

.row {
	padding:0 10px;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11{
	float:left;
	position:relative;
	min-height:1px;
}
.col-12 {
	width:100%;
	position:relative;
}
.col-11 {
	width:91.66666667%
}
.col-10 {
	width:83.33333333%
}
.col-9 {
	width:75%
}
.col-8 {
	width:66.66666667%
}
.col-7 {
	width:58.33333333%
}
.col-6 {
	width:50%
}
.col-5 {
	width:41.66666667%
}
.col-4 {
	width:33.33333333%
}
.col-3 {
	width:25%
}
.col-2 {
	width:16.65%
}
.col-1 {
	width:8.33333333%
}
*form{
	vertical-align: middle
}
label {
	display:inline-block;
}
input[type="search"] {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
input[type="radio"],input[type="checkbox"] {
	margin-top:1px 9;
	line-height:normal
}
input[type="file"] {
	display:block
}
input[type="range"] {
	display:block;
	width:100%
}
select[multiple],select[size] {
	height:auto
}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
input[type="search"] {
	-webkit-appearance:none
}
.btn {
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:normal;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px
}
.pull-right,.fr {
	float:right !important
}
.pull-left,.fl {
	float:left !important
}
.hide {
	display:none !important
}
.show {
	display:block !important
}
.off-fixed {
	position:fixed
}


.header .navbtn,footer{
	display:none;
}
/* 头部 */
.header{
	height: 100px;
	background: rgba(255,255,255,.9);
	background: #fff9;
	line-height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}
.header .logo{
	max-width: 160px;
	float: left;
}
.header .nav{
	float: left;
	width: 750px;
	margin: 0 50px 0 115px;
}
.header .nav li{
	float: left;
	font-size: 14px;
	color: #808080;
	width: 105px;
	text-align: center;
	position: relative
}
.header .nav li.current a,.header .nav li:hover a{
	color: #68ceb5;
}
.header .nav li.current::before{
	content: "";
	width: 105px;
	height: 3px;
	background: #68ceb5;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.6s;
}
.header .container{
	position: relative
}
.header .slider{
	width: 105px;
	height: 3px;
	background: #68ceb5;
	position: absolute;
	bottom: 0;
	left: 220px;
	transition: all 0.6s;
}
.header .tel{
	font-size: 20px;
	color: #333333;
	background: url('../images/tel.png') no-repeat center left;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-indent: 1.8em;
}

/* footer */
.footer{
	background:#176955;
	overflow: hidden;
	padding: 20px 0;
}
.footer_top{
	overflow: hidden;
}
.footer_top_left{
	width: 670px;
	padding-left: 26px;
}
.footer_top_left .footer_logo{
	margin-top: 12px
}
.footer_top_left ul li{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-image: url('../images/footer_icon.png');
	height: 30px;
	text-indent: 2em;
}
.footer_top_left ul li.li1{
	background-position: 0 0;
}
.footer_top_left ul li.li2{
	background-position: 0 -28px;
}
.footer_top_left ul li.li3{
	background-position: 0 -55px;
}
.footer_top_left ul li.li4{
	background-position: 0 -85px;
}
.footer_top_left ul {
	margin-left: 23px;
}
.footer_top_right .weixin img{
	width: 92px;
	height: 92px;
	padding: 3px;
}
.footer_top_right .weixin p{
	color: #fff;
	margin-top: 5px;
	text-align: center
}
.footer_top_right .weixin_title{
	vertical-align: middle;
	margin-top: 30px;
	margin-left: 44px;
}
.footer_top_right{
	width: 442px;
	border-left: 1px solid #808080;
	padding-left: 48px;
}
.footer_bottom p{
	color: #cccccc;
	text-align: center;
	margin-top: 12px;
}
.footer_bottom p a{
	color: #cccccc;
}
.footerNav{
	text-align: center;
	margin: 10px auto 12px;
	width: 520px;
	border-bottom: 1px solid #808080;
	padding-bottom: 12px
}
.footerNav li{
	display: inline-block;
	margin-right: 26px;
}
.footerNav li a{
	color: #808080;
}
.footer a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer .copyright, .footer .copyright a{
	color: #808080;
}

